d_tree_sitter.node

Undocumented in source.

Members

Structs

Node
struct Node

A single Node within a syntax Tree.

NodeChildren
struct NodeChildren

A range to iterate over the node children.

NodeChildrenByFieldID
struct NodeChildrenByFieldID

A range to iterate over the node children with a given field id.

NodeNamedChildren
struct NodeNamedChildren

A range the iterates over the node named children.

Meta